projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdeda38
)
Annotate string array
author
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 7 Jul 2020 11:04:13 +0000
(12:04 +0100)
committer
Emmanuele Bassi
<ebassi@gnome.org>
Tue, 7 Jul 2020 11:06:28 +0000
(12:06 +0100)
Fixes: #2915
gtk/gtkdropdown.c
patch
|
blob
|
history
diff --git
a/gtk/gtkdropdown.c
b/gtk/gtkdropdown.c
index 70e45c27126bcb005c3c96ab35ac15e4ba49e6ad..f89fb11391cc3e1cb4438582e6a6faaad5d1932f 100644
(file)
--- a/
gtk/gtkdropdown.c
+++ b/
gtk/gtkdropdown.c
@@
-927,7
+927,7
@@
gtk_drop_down_get_expression (GtkDropDown *self)
/**
* gtk_drop_down_set_from_strings:
* @self: a #GtkDropDown
- * @texts: a %NULL-terminated string array
+ * @texts:
(array zero-terminated=1) (element-type utf8):
a %NULL-terminated string array
*
* Populates @self with the strings in @text,
* by creating a suitable model and factory.